Simplify, add more direct links, etc - #21
Conversation
Trying to streamline and cut down on noise a bit - Add direct links for all common platforms - Remove Linux distro details, replace with helper links. This is no longer helpful or noteworthy. - Versionless links to reduce maintenance requirements. Each stable release will include builds for all platforms.
| ## Third-Party Linux/Unix Packages | ||
|
|
||
| Translations can be installed from the package `nomacs-l10n`. | ||
| nomacs is available on practically everything by this point, but beware of old versions and bleeding-edge beta releases. If you must have a full-featured stable release, we recommend the official AppImage or FlatPak as beta releases will be testing new features. |
There was a problem hiding this comment.
nomacs is available on practically everything by this point
I would avoid using this kind of statement.
but beware of old versions and bleeding-edge beta releases. If you must have a full-featured stable release, we recommend the official AppImage or FlatPak as beta releases will be testing new features.
This isn't clear because a new reader would have no clue for what is beta and what is not. I think we need to document our version system. I remember there was a discussion to move away from the odd number and even number scheme at some point, but it seems to no longer be the case.
There was a problem hiding this comment.
It seems we have been roughly using the even/odd convention since 3.16 at least which is the oldest version floating around in repos. I don't think the release cadence is frequent enough for SemVer, it might confuse existing users and package maintainers.
How about:
You will most likely find nomacs in your current distribution's package manager. But beware of old versions, sometimes they lag behind by several years. In these cases we recommend the current AppImage or FlatPak.
| - [Check Available Distributions (pkgs.org)](https://pkgs.org/search/?q=nomacs) | ||
| - [PkgForge AppImage Hub](https://docs.pkgforge.dev/) may offer additional architectures. |
There was a problem hiding this comment.
I don't think we should replace links to official distro-specific pages with pkgs.org or docs.pkgforge.dev. I can trust official package sources, but I can't say the same with sufficient confidence about these two third-party sites. For that reason, I don't think it is appropriate for us to direct visitors there to download or install software.
Trying to streamline and cut down on noise a bit